projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f211ba5
)
qCInfo => qCDebug
author
Camila Ayres
<hello@camilasan.com>
Tue, 18 Feb 2025 14:47:21 +0000
(15:47 +0100)
committer
Jyrki Gadinger
<nilsding@nilsding.org>
Wed, 19 Feb 2025 07:52:54 +0000
(08:52 +0100)
Reported at #7873.
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/folder.cpp
patch
|
blob
|
history
diff --git
a/src/gui/folder.cpp
b/src/gui/folder.cpp
index fb9427c7d284f1f46a0fd4311feca3d7aa268721..c73bb03684f05cad2ee4d534c1556a204099d2d8 100644
(file)
--- a/
src/gui/folder.cpp
+++ b/
src/gui/folder.cpp
@@
-670,7
+670,7
@@
void Folder::slotWatchedPathChanged(const QStringView &path, const ChangeReason
}
}
if (spurious) {
- qC
Info
(lcFolder) << "Ignoring spurious notification for file" << relativePath;
+ qC
Debug
(lcFolder) << "Ignoring spurious notification for file" << relativePath;
return; // probably a spurious notification
}
}